inspector: Prevent looping when picking widgets
authorMatthias Clasen <mclasen@redhat.com>
Sat, 30 Aug 2014 14:33:28 +0000 (10:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 1 Sep 2014 15:39:08 +0000 (11:39 -0400)
commit0c417dfc3013bea609507f15352699afd59d0969
tree41ff95d01e88a87f138bd0187f16e994e76e5970
parent87e2b37875d28cb14802429537025e09667c247d
inspector: Prevent looping when picking widgets

What was happening that the button press event that we use
to select a widget caused another clicked signal emission of
the inspect button, starting another pick action.
gtk/inspector/inspect-button.c